<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">        .index {
            position: relative;
            width: 100%;
            background-color: #fff;
        }
        
        .index .banner .ma5slider {
            margin-bottom: 10px;
        }
        
        .index .banner .navs-wrapper {
            /* min-height: 27rem; */
            padding: 0 !important;
        }
        
        .index .banner .navs-wrapper .slide-area {
            overflow: visible;
        }
        
        .index .banner .banner_box {
            display: inline-block;
            height: 100%;
        }
        
        .index .banner .banner_box .bnerimg {
            position: relative;
            /* max-width: 1200px; */
            margin: 0 auto;
        }
        
        .index .banner .banner_box .bnerimg img {
            /* height: 213px; */
            /* width: 60%; */
            margin: 0 auto;
        }
        
        .banner .navs-wrapper {
            /* height: auto !important; */
        }
        
        .index .banner .banner_box .bnerimg .banntit {
            text-align: left;
        }
        
        .index .banner .banner_box .bnerimg .banntit h2 {
            color: #4F0599;
            font-size: 1.871429rem;
        }
        
        .index .banner .banner_box .bnerimg .banntit p {
            font-size: 1.15714286rem;
            color: #333;
        }
        
        .index .banner .banner_box .bnerimg .banntit .btn {
            /* background: #4F0599 !important; */
            color: #fff;
        }
        
        .index .banner .dots {
            margin: 0;
            position: absolute;
            z-index: 99;
            left: 50%;
            transform: translateX(-50%);
            bottom: 45px;
        }
        
        .index .banner .banner1 {
            background-color: #c8e6f4;
        }
        
        .index .banner .banner2 {
            background-color: #F4F5F6;
        }
        
        .index .banner .banner3 {
            background-color: #bcdaff;
        }
        
        .index .banner_fot .dots {
            display: none;
        }
        
        .index .banner_fot .banbox {
            background-color: #819ab1;
            color: #fff;
        }
        
        .index .banner_fot .slides_tit .banbox {
            font-size: 22px;
            line-height: 70px;
        }
        
        .index .banner_fot .slides_tit .banbox span {
            font-size: 16px;
            display: inline;
        }
        
        .index .banner_fot .slides_tit .banbox .more_btn {
            padding: 9px 35px;
            border: 2px solid #fff;
            border-radius: 20px;
            cursor: pointer;
            margin-left: 100px;
        }
        
        .index .zycp {
            width: 100%;
            position: relative;
            z-index: 999;
        }
        
        .index .zycp .zycp_pic {
            width: 100%;
            display: block;
            overflow: hidden;
        }
        
        .index .zycp .zycp_pic ul {
            width: 100%;
            transition: all .5s;
        }
        
        .index .zycp .zycp_pic ul li {
            display: inline-block;
            padding: 0 !important;
            float: none;
        }
        
        .index .zycp .zycp_pic ul li .zcjs {
            box-shadow: 0 0 5px #ccc;
        }
        
        .index .zycp .zycp_pic ul li .zc_pic {
            text-align: center;
        }
        
        .index .zycp .zycp_pic ul li .zc_pic h4 {
            margin: 0;
            font-size: 16px;
            height: 50px;
            line-height: 50px;
            /* background-color: #4e0499; */
            color: #fff;
            text-align: center;
            font-weight: bold;
        }
        
        .index .zycp .zycp_pic ul li .zc_pic .fl_pic {
            height: 250px;
        }
        
        .index .zycp .zycp_pic ul li .zc_pic img {
            width: 100%;
        }
        
        .index .zycp .zycp_pic ul li .fot_li {
            background: #f7f7f7;
            overflow: hidden;
        }
        
        .index .zycp .zycp_pic ul li .fot_li .cpjs {
            padding: 25px 0;
            text-align: center;
            margin: 43px 43px 20px;
            border-top: 1px dashed #333;
            border-bottom: 1px dashed #333;
            overflow: hidden;
            height: 170px;
        }
        
        .index .zycp .zycp_pic ul li .fot_li .cpjs p {
            color: #4e4f63;
            line-height: 25px;
            width: 100%;
            overflow: hidden;
            /*è¶…å‡ºéƒ¨åˆ†éšè—*/
            white-space: nowrap;
            /*ä¸æ¢è¡Œ*/
            text-overflow: ellipsis;
            /*è¶…å‡ºéƒ¨åˆ†æ–‡å­—ä»¥...æ˜¾ç¤º*/
        }
        
        .index .zycp .zycp_pic ul li .fot_li .cpjs p a {
            color: #333;
        }
        
        .index .zycp .zycp_pic ul li .fot_li .cpjs p .o {
            display: inline-block;
            width: 8px;
            height: 8px;
            border-radius: 10px;
        }
        
        .index .zycp .zycp_pic ul li .fot_li .cp_btn {
            text-align: center;
            padding: 20px 0;
        }
        
        .index .zycp .zycp_pic ul li .fot_li .cp_btn button {
            font-size: 20px;
            width: 150px;
            height: 51px;
            background: transparent;
            border: 0;
            border-radius: 30px;
            outline: none;
            border: 1px solid #5d7eb1;
        }
        
        .index .zycp .zycp_pic ul li .fot_li .cp_btn button:hover {
            background: #5d7eb1;
            color: #fff;
        }
        
        .index .zycp .zycp_pic ul li:hover {
            box-shadow: 2px 2px 20px #ccc;
        }
        
        .index .zycp .zycp_pic ul li:hover button {
            color: #fff !important;
            background: #5d7eb1 !important;
        }
        
        .index .zycp .cpsub_btn {
            text-align: center;
            margin-top: 50px;
        }
        
        .index .zycp .cpsub_btn button {
            width: 200px;
            height: 50px;
            /* background: #5d7eb1; */
            color: #fff;
            border: 0;
            border-radius: 6px;
            outline: none;
        }
        
        @media (min-width: 980px) {
            .banner_fot .navs-wrapper {
                display: block;
                height: 70px !important;
                padding: 0 !important;
            }
            .banner_fot .banbox span {
                display: inline-block;
                width: 100%;
                height: 100px;
            }
            .zycp_pic {
                padding: 20px 0px !important;
            }
            .zycp_pic ul li {
                margin: 25px;
                width: 28%;
            }
            .index .banner .banner_box .bnerimg {
                /* padding: 75px 0; */
                overflow: hidden;
            }
            .banner .navs-wrapper {
                height: 795px;
            }
            .outside-dots .dots&gt;.dot {
                width: 30px;
                margin: 4px 13px;
                height: 5px;
            }
            .outside-dots .dots&gt;.dot.active {
                background-color: #819ab1!important;
                width: 35px;
            }
        }
        
        @media (max-width: 1680px) and (min-width:1600px) {
            .banner .navs-wrapper {
                height: 696px;
            }
        }
        
        @media (max-width: 1600px) and (min-width:1520px) {
            .banner .navs-wrapper {
                height: 636px;
            }
        }
        
        @media (max-width: 1520px) and (min-width:1420px) {
            .banner .navs-wrapper {
                height: 605px;
            }
        }
        
        @media (max-width: 1420px) and (min-width:1320px) {
            .banner .navs-wrapper {
                height: 552px;
            }
        }
        
        .ma5slider .slide img,
        .ma5slider&gt;img.slide {
            display: block;
            outline: none;
            width: 103%!important;
            height: auto;
        }
        
        @media (max-width: 980px) {
            .index .banner .banner_box {
                /* height: 580px; */
            }
            .index .banner .dots {
                margin-bottom: -4%!important;
            }
            .index .banner .banner_box .bnerimg .banntit h2 {
                font-size: 16px;
                font-weight: bold;
            }
            .btn-group-justified {
                width: 100px;
            }
            .news_box .inner-box .box_text h3 a {
                line-height: 28px;
                font-size: 16px;
            }
            .news_box .inner-box .box_text {
                padding: 8px 23px 31px!important;
            }
            .banner .navs-wrapper {
                height: 172px!important;
            }
            .index .banner .banner_box .bnerimg img {
                width: 147px;
            }
            .index .banner .banner_box .bnerimg .banntit p {
                font-size: 12px;
            }
            .banner_fot .navs-wrapper {
                display: block;
                height: 70px !important;
                padding: 0 !important;
            }
            .banner_fot .banbox span {
                display: inline-block;
                width: 100%;
                height: 100px;
            }
            .zycp_pic {
                padding: 10px !important;
            }
            .bnerimg {
                overflow: hidden;
                /* padding: 20px 10px; */
            }
            .inner_h1 h2 {
                font-size: 32px!important;
            }
            .about_cx .about_le .inner_text {
                padding-top: 7px!important;
            }
            .inner_h1 {
                margin-bottom: 13px!important;
            }
            .about_cx .about_le .about_box {
                left: 0!important;
            }
            .about_cx .about_le .about_box .counter-column {
                width: 33%;
            }
            .about_cx .about_le .about_box .counter-column:last-child {
                border-right: none;
            }
            .box_lei {
                margin-bottom: 3rem;
            }
            .daili_pro {
                position: relative;
                padding: 55px 15px 80px!important;
            }
            .title_left h2 {
                margin-top: 0rem!important;
                font-size: 32px!important;
            }
            .title_left .text {
                margin-top: 22px!important;
            }
            .see_xx .inner-xx {
                padding: 37px 22px 232px 25px!important;
                margin-top: -114px!important;
            }
            .see_xx .inner-xx .xx_right .btn_see {
                padding: 8px 27px!important;
            }
            .see_xx .content h3 {
                font-size: 24px!important;
            }
            .news .news_title h2 {
                font-size: 32px!important;
            }
            .news {
                padding: 28px 15px 50px!important;
            }
            .jjfa .title_box h2 {
                font-size: 32px!important;
            }
            .jjfa {
                padding: 0 15px!important;
            }
            li.list_img {
                margin: 6px 6px!important;
                padding: 0!important;
                display: inline-block!important;
                width: 29%!important;
            }
            li.list_img:last-child {
                display: none!important;
            }
            .daili_pro .big-icon {
                left: -3rem!important;
            }
            .news_box .inner-box .box_text h3 {
                font-size: 22px!important;
                line-height: 0.5em!important;
            }
            .phone_serch {
                display: block!important;
                padding-right: 3rem;
                margin-top: 1rem;
            }
            .input-group.put_chanpin {
                margin-left: 2rem;
                float: left;
                width: 97%;
                height: 45px;
            }
            input.form-control {
                height: 45px;
            }
            span.ico_seach.input-group-addon {
                width: 53px;
                padding: 0px;
                background-color: #c30d23;
                border: 0;
            }
            button.suos_ico {
                background-color: #c30d23;
                border: 0;
            }
            button.suos_ico i {
                font-size: 26px;
                color: #fff;
                background-color: #c30d23;
            }
        }
        
        .phone_serch {
            display: none;
        }
        /* å…³äºŽæˆ‘ä»¬  */
        
        .about_cx .about_le {
            position: relative;
        }
        
        .about_cx .about_le .inner_text {
            position: relative;
            padding-top: 78px;
        }
        
        .inner_h1 {
            position: relative;
            z-index: 1;
            margin-bottom: 35px;
        }
        
        .inner_h1 h2 {
            position: relative;
            display: block;
            font-size: 44px;
            line-height: 1.2em;
            color: #001e57;
            font-weight: 800;
            padding-bottom: 25px;
        }
        
        .news .news_title h2:before,
        .inner_h1 h2:before {
            position: absolute;
            content: '';
            left: 0px;
            bottom: 0px;
            width: 120px;
            height: 1px;
            background-color: #c30d23;
        }
        
        .news .news_title h2:after,
        .inner_h1 h2:after {
            position: absolute;
            content: '';
            left: 0px;
            bottom: 0px;
            width: 40px;
            height: 1px;
            background-color: #001e57;
        }
        
        .about_cx .about_le .bold_text {
            position: relative;
            color: #222222;
            font-size: 16px;
            line-height: 1.7em;
            font-weight: 700;
            margin-bottom: 20px;
        }
        
        .about_cx .about_le .text {
            position: relative;
            color: #555555;
            font-size: 16px;
            line-height: 1.7em;
            font-weight: 400;
            margin-bottom: 30px;
        }
        
        .about_cx .about_le .about_box {
            position: relative;
            z-index: 3;
            text-align: center;
            left: 15%;
            background-color: #ffffff;
            box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
        }
        
        .box_lei {
            position: relative;
        }
        
        .about_cx .about_le .about_box .counter-column {
            padding: 0px;
            float: left;
        }
        
        .about_cx .about_le .about_box .counter-column .inner {
            position: relative;
            padding: 22px 0px;
            transition: all 500ms ease;
            border-right: 1px solid #dddddd;
        }
        
        .about_cx .about_le .about_box .counter-column .inner .count-outer {
            position: relative;
            margin: 0px 0px;
            font-weight: 300;
            color: #c30d23;
            font-size: 36px;
        }
        
        .about_cx .about_le.about_box.counter-column.inner.count-outer .count-text {
            position: relative;
            font-weight: 300;
            color: #c30d23;
            font-size: 40px;
            display: inline-block;
        }
        
        .about_cx .about_le.about_box .counter-column .inner.count-outer .counter-title {
            position: relative;
            font-size: 16px;
            font-weight: 700;
            color: #222222;
            display: block;
            margin-top: 15px;
            letter-spacing: 1px;
            text-transform: capitalize;
        }
        
        .about_cx .about_le .about_box .counter-column .inner .count-outer h4 {
            color: #000;
            font-weight: bold;
            font-size: 16px;
        }
        
        .about_cx .about_ri {
            position: relative;
            margin-bottom: 30px;
        }
        
        .about_cx .about_ri .ri_inner {
            position: relative;
            margin-top: -17px;
        }
        
        .about_cx .about_ri .ri_inner .image {
            position: relative;
            margin-bottom: 25px;
            z-index: 2;
        }
        
        .about_cx .about_ri .ri_inner .image img {
            position: relative;
            width: 100%;
            display: block;
        }
        /* æœåŠ¡ä¼˜åŠ¿ å¼€å§‹ */
        
        .serves {
            position: relative;
            padding-bottom: 70px;
        }
        
        .serves .serve_lis {
            position: relative;
            margin-bottom: 40px;
        }
        
        .serves .serve_lis .inner-box {
            position: relative;
            display: block;
            text-align: center;
            padding: 55px 15px 60px;
            background-color: #f3f5f9;
            border-bottom: 3px solid #001e57;
            transition: all 500ms ease;
        }
        
        .serves .serve_lis .inner-box h3 a {
            font-size: 20px;
            color: #000;
            font-weight: bold;
        }
        
        .serves .serve_lis .inner-box::before {
            position: absolute;
            content: '';
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            opacity: 0;
            visibility: visible;
            background-color: #001e57;
            transition: all 700ms ease;
            transform: scaleY(0);
            transform-origin: top;
        }
        
        .serves .serve_lis .inner-box .big-icon {
            position: absolute;
            left: 0px;
            top: 80px;
            right: 0px;
            bottom: 0px;
            line-height: 1em;
            font-size: 200px;
            text-align: center;
            color: rgba(255, 255, 255, 0.05);
        }
        
        .serve_lis .inner-box:hover::before {
            opacity: 1;
            visibility: visible;
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            -moz-transform: scaleY(1);
            transform: scaleY(1);
        }
        
        .serve_lis .inner-box:hover .text,
        .serve_lis .inner-box:hover .text h3 a,
        .serve_lis .inner-box:hover .icon-box {
            color: #ffffff!important;
        }
        
        .serve_lis .inner-box:before {
            position: absolute;
            content: '';
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            opacity: 0;
            visibility: visible;
            background-color: #001e57;
            transition: all 700ms ease;
            transform: scaleY(0);
            transform-origin: top;
        }
        
        .serve_lis .inner-box:hover {
            border-color: #c30d23;
        }
        
        .serve_lis .inner-box:hover .arrow {
            background-color: #c30d23!important;
            color: #ffffff!important;
        }
        
        .serves .serve_lis .inner-box .text h3 {
            margin-bottom: 18px;
            margin-top: 11px;
        }
        
        .serves .serve_lis .inner-box .icon-box {
            position: relative;
            font-size: 60px;
            line-height: 1em;
            height: 66px;
            color: #c30d23;
            transition: all 500ms ease;
        }
        
        .serves .serve_lis .inner-box .icon-box .zhila {
            font-size: 77px;
        }
        
        .serves .serve_lis .inner-box .icon-box .zhuay {
            font-size: 54px;
        }
        
        .serves .serve_lis .inner-box .icon-box .chex {
            font-size: 84px;
        }
        
        .serves .serve_lis .inner-box .icon-box .kuas {
            font-size: 55px;
        }
        
        .serves .serve_lis .inner-box .inner-box h3 {
            position: relative;
            font-size: 20px;
            font-weight: 700;
            color: #222222;
            line-height: 1.3em;
            margin-top: 30px;
            margin-bottom: 20px;
        }
        
        .serves .serve_lis .inner-box .inner-box h3 a {
            position: relative;
            color: #222222;
            transition: all 500ms ease;
        }
        
        .serves .serve_lis .inner-box .text {
            position: relative;
            font-size: 15px;
            line-height: 1.7em;
            color: #555555;
            height: 138px;
            padding: 0px 22px;
            transition: all 500ms ease;
        }
        
        .serves .serve_lis .inner-box .arrow {
            position: absolute;
            left: 50%;
            bottom: 0px;
            margin-bottom: -22px;
            width: 44px;
            height: 44px;
            color: #c30d23;
            font-size: 10px;
            line-height: 44px;
            text-align: center;
            border-radius: 50%;
            font-weight: 800;
            margin-left: -20px;
            background-color: #ffffff;
            transition: all 500ms ease;
            box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
        }
        /* ä»£ç†å“ç‰Œ å¼€å§‹ */
        
        .daili_pro {
            background-color: #001e57;
        }
        
        .daili_pro .inner-container {
            position: relative;
        }
        
        .daili_pro .list_pro {
            position: relative;
        }
        
        .daili_pro .big-icon {
            position: absolute;
            left: 11rem;
            top: 4rem;
            font-size: 29rem;
            line-height: 1em;
            color: rgba(255, 255, 255, 0.03);
        }
        
        .daili_pro .pro_title {
            margin-bottom: 55px;
        }
        
        .pro_title {
            position: relative;
            z-index: 1;
        }
        
        .title_left h2 {
            margin-top: 5rem;
            color: #ffffff;
            position: relative;
            display: block;
            font-size: 44px;
            line-height: 1.2em;
            font-weight: 800;
            padding-bottom: 25px;
        }
        
        .title_left .text {
            position: relative;
            font-size: 16px;
            line-height: 1.8em;
            margin-top: 90px;
            padding-right: 100px;
            color: rgba(255, 255, 255, 0.60);
        }
        
        .title_left h2:before {
            position: absolute;
            content: '';
            left: 0px;
            bottom: 0px;
            width: 120px;
            height: 1px;
            background-color: #c30d23;
        }
        
        .title_left h2:after {
            position: absolute;
            content: '';
            left: 0px;
            bottom: 0px;
            width: 40px;
            height: 1px;
            background-color: #fff;
        }
        /* ä»£ç†å“ç‰Œ è½®æ’­ å¼€å§‹ */
        
        .w.pro_cont {
            overflow: hidden;
        }
        
        .daili_pro {
            position: relative;
            padding: 55px 0px 80px;
            background-color: #001e57;
            box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
        }
        
        .daili_pro .inner-container {
            position: relative;
        }
        
        .daili_pro .inner-container .big-icon {
            position: absolute;
            left: -200px;
            top: -30px;
            font-size: 400px;
            line-height: 1em;
            color: rgba(255, 255, 255, 0.08);
        }
        
        .daili_pro .sec-title {
            margin-bottom: 55px;
        }
        
        .daili_pro .sec-title .text {
            position: relative;
            font-size: 16px;
            line-height: 1.8em;
            margin-top: 90px;
            padding-right: 100px;
            color: rgba(255, 255, 255, 0.60);
        }
        
        .daili_pro .owl-dots {
            display: none;
        }
        
        .daili_pro .owl-nav {
            position: absolute;
            right: 0px;
            top: -125px;
        }
        
        .daili_pro .owl-nav .owl-prev {
            position: relative;
            color: #ffffff;
            font-size: 20px;
            display: inline-block;
            transition: all 500ms ease;
        }
        
        .daili_pro .owl-nav .owl-prev .iconfont {
            font-size: 18px;
        }
        
        .daili_pro .owl-nav .owl-next {
            position: relative;
            color: #ffffff;
            font-size: 20px;
            padding-left: 20px;
            margin-left: 20px;
            display: inline-block;
            transition: all 500ms ease;
            border-left: 1px solid rgba(255, 255, 255, 0.20);
        }
        
        .daili_pro .owl-nav .owl-prev:hover,
        .daili_pro .owl-nav .owl-next:hover {
            color: #c30d23;
        }
        /* Services Block Two */
        
        .services-block-two {
            position: relative;
            margin-bottom: 30px;
        }
        
        .services-block-two .inner-box {
            position: relative;
        }
        
        .services-block-two .inner-box .image {
            position: relative;
            display: block;
            overflow: hidden;
        }
        
        .services-block-two .inner-box .image a {
            position: relative;
            display: block;
        }
        
        .services-block-two .inner-box .image a:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: #000000;
            opacity: 0;
            transform: translateY(-100%);
            transition: all 500ms ease;
            z-index: 1;
        }
        
        .services-block-two .inner-box:hover .image a:before {
            opacity: 0.50;
            -webkit-transform: translateY(0%);
            -ms-transform: translateY(0%);
            transform: translateY(0%);
        }
        
        .services-block-two .inner-box .image img {
            position: relative;
            width: 100%;
            display: block;
            transition: all 500ms ease;
        }
        
        .services-block-two .inner-box:hover .image img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }
        
        .services-block-two .inner-box .lower-content {
            position: relative;
            padding-top: 35px;
        }
        
        .services-block-two .inner-box .lower-content h3 {
            position: relative;
            font-size: 24px;
            font-weight: 700;
            line-height: 1.4em;
        }
        
        .services-block-two .inner-box .lower-content h3 a {
            position: relative;
            color: #ffffff;
            transition: all 500ms ease;
        }
        
        .services-block-two .inner-box .lower-content h3 a:hover {
            color: #c30d23;
        }
        
        .services-block-two .inner-box .lower-content .text {
            position: relative;
            font-size: 16px;
            line-height: 1.7em;
            margin-top: 12px;
            color: rgba(255, 255, 255, 0.70);
        }
        
        .services-block-two .inner-box .lower-content .read-more {
            position: relative;
            color: #c30d23;
            font-weight: 700;
            letter-spacing: 1px;
            margin-top: 20px;
            display: inline-block;
            text-transform: uppercase;
            transition: all 500ms ease;
        }
        
        .services-block-two .inner-box .lower-content .read-more .arrow {
            position: relative;
            top: -1px;
            font-size: 10px;
            font-weight: 700;
            color: rgba(255, 255, 255, 0.80);
        }
        
        .services-block-two .inner-box .lower-content .read-more:hover {
            color: #ffffff;
        }
        
        @-webkit-keyframes fadeOut {
            0% {
                opacity: 1;
            }
            100% {
                opacity: 0;
            }
        }
        
        @keyframes fadeOut {
            0% {
                opacity: 1;
            }
            100% {
                opacity: 0;
            }
        }
        
        .owl-height {
            transition: height 500ms ease-in-out;
        }
        
        .owl-carousel .owl-item .owl-lazy {
            opacity: 0;
            transition: opacity 400ms ease;
        }
        
        .owl-carousel .owl-item img.owl-lazy {
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }
        
        .owl-carousel .owl-video-wrapper {
            position: relative;
            height: 100%;
            background: #000;
        }
        
        .owl-carousel .owl-video-play-icon {
            position: absolute;
            height: 80px;
            width: 80px;
            left: 50%;
            top: 50%;
            margin-left: -40px;
            margin-top: -40px;
            background: url("owl.video.play.png") no-repeat;
            cursor: pointer;
            z-index: 1;
            transition: -webkit-transform 100ms ease;
            transition: transform 100ms ease;
        }
        
        .owl-carousel .owl-video-play-icon:hover {
            transform: scale(1.3, 1.3);
        }
        
        .owl-carousel .owl-video-playing .owl-video-tn,
        .owl-carousel .owl-video-playing .owl-video-play-icon {
            display: none;
        }
        
        .owl-carousel .owl-video-tn {
            opacity: 0;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: contain;
            transition: opacity 400ms ease;
        }
        
        .owl-carousel .owl-video-frame {
            position: relative;
            z-index: 1;
            height: 100%;
            width: 100%;
        }
        /* ä»£ç†å“ç‰Œ è½®æ’­ ç»“æŸ   */
        /* æŸ¥çœ‹é€‰åž‹ */
        
        .see_xx {
            position: relative;
        }
        
        .see_xx .inner-xx {
            position: relative;
            padding: 33px 60px 128px 60px;
            margin-top: -35px;
            z-index: 1;
            border-radius: 5px;
            background-color: #c30d23;
        }
        
        .xx_left {
            float: left;
        }
        
        .xx_right {
            float: right;
        }
        
        .see_xx .content {
            position: relative;
            padding-left: 70px;
        }
        
        .see_xx .content .iconfont {
            position: absolute;
            left: -10px;
            top: -3px;
            color: #ffffff;
            font-size: 60px;
            line-height: 1em;
        }
        
        .see_xx .content h3 {
            position: relative;
            color: #ffffff;
            font-size: 28px;
            font-weight: 700;
        }
        
        .see_xx .content .text {
            position: relative;
            color: #ffffff;
            font-size: 16px;
            margin-top: -4px;
        }
        
        .see_xx .inner-xx .xx_right .btn_see {
            position: relative;
            margin-top: 24px;
            display: inline-block;
            font-size: 16px;
            line-height: 30px;
            color: #001e57;
            padding: 15px 39px;
            font-weight: 700;
            overflow: hidden;
            border-radius: 3px;
            letter-spacing: 1px;
            background-color: #ffffff;
        }
        /* æ–°é—»ä¸­å¿ƒ å¼€å§‹ */
        
        .news {
            position: relative;
            padding: 100px 0px 50px;
        }
        
        .news .news_title {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .news .news_title h2 {
            position: relative;
            display: block;
            font-size: 44px;
            line-height: 1.2em;
            color: #001e57;
            font-weight: 800;
            padding-bottom: 25px;
        }
        
        .news .news_title h2:before {
            left: 48%;
            width: 60px;
        }
        
        .news .news_title h2::after {
            left: 46%;
            width: 30px;
        }
        
        .news_box {
            position: relative;
            margin-bottom: 50px;
        }
        
        .news_box:nth-child(4),
        .news_box:nth-child(5) {
            display: none;
        }
        
        .news_box .inner-box {
            position: relative;
        }
        
        .news_box .inner-box .image {
            position: relative;
            display: block;
            background: #222222;
            overflow: hidden;
        }
        
        .news_box .inner-box .image img {
            position: relative;
            width: 100%;
            display: block;
            transition: all 0.5s ease;
        }
        
        .news_box .inner-box .box_text {
            position: relative;
            margin-left: 12px;
            margin-right: 12px;
            padding: 34px 60px 60px;
            text-align: center;
            margin-top: -20px;
            z-index: 1;
            transition: all 0.3s ease;
            border-bottom: 3px solid #001e57;
            background-color: #ffffff;
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.10);
        }
        
        .news_box .inner-box .box_text h3 {
            position: relative;
            font-weight: 700;
            font-size: 18px;
            line-height: 1.5em;
            padding-bottom: 18px;
            margin-bottom: 22px;
        }
        
        .news_box .inner-box .box_text h3 a {
            position: relative;
            color: #222222;
        }
        
        .news_box .inner-box .box_text .date {
            position: relative;
            color: #555555;
            font-size: 16px;
            line-height: 1.3em;
        }
        
        .news_box .inner-box .box_text .arrow {
            position: absolute;
            left: 50%;
            bottom: 0px;
            margin-bottom: -22px;
            width: 44px;
            height: 44px;
            color: #c30e24;
            font-size: 10px;
            line-height: 44px;
            text-align: center;
            border-radius: 50%;
            font-weight: 800;
            margin-left: -20px;
            background-color: #ffffff;
            transition: all 500ms ease;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
        }
        
        .news_box .inner-box:hover .image img {
            opacity: 0.7;
            transform: scale(1.05);
        }
        
        .news_box .inner-box:hover .box_text {
            border-color: #c30e24;
            transform: translateY(-20px);
        }
        
        .news_box .inner-box:hover .box_text .arrow {
            color: #ffffff;
            background-color: #c30e24;
        }
        /* è§£å†³æ–¹æ¡ˆ å¼€å§‹ */
        
        .jjfa {
            position: relative;
            background-position: center bottom;
            background-repeat: repeat-x;
        }
        
        .jjfa .title_box {
            position: relative;
            text-align: center;
            margin-bottom: 30px;
        }
        
        .jjfa .title_box h2 {
            position: relative;
            font-size: 52px;
            color: #001e57;
            font-weight: 700;
            line-height: 1.2em;
        }
        
        .jjfa .title_box .text {
            position: relative;
            font-size: 16px;
            color: #555555;
            font-weight: 400;
            line-height: 1.8em;
            margin-top: 25px;
        }
        
        li.list_img {
            margin: 20px;
            padding: 0;
            overflow: hidden;
            border-radius: 12px;
            transition: all .2s;
        }
        
        li.list_img img {
            width: 100%;
        }
        
        li.list_img:hover {
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            transform: translate3d(0, -2px, 0);
        }
        /* è§£å†³æ–¹æ¡ˆ  ç»“æŸ */</pre></body></html>